[DOCS] Add custom metrics documentation for Database Monitoring#35923
Merged
michaelperalta merged 11 commits intomasterfrom Apr 13, 2026
Merged
[DOCS] Add custom metrics documentation for Database Monitoring#35923michaelperalta merged 11 commits intomasterfrom
michaelperalta merged 11 commits intomasterfrom
Conversation
- Add database_monitoring/custom_metrics/_index.md: explains custom_queries config for PostgreSQL, MySQL, and SQL Server with shared reference table and per-database examples using tabs - Add database_monitoring/custom_metrics/exploring_custom_metrics.md: covers the Custom Metrics section in the instance detail page UI, including column types, collection interval, and the View SQL query button - Add Collecting Custom Metrics to sidebar nav (weight 11, under Connecting DBM and Traces) - Add link to custom metrics section from DBM landing page Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Preview links (active after the
|
Contributor
jeff-morgan-dd
left a comment
There was a problem hiding this comment.
Thank you for the PR! A couple of notes and edits for your consideration and review here, will re-review once ready.
content/en/database_monitoring/custom_metrics/exploring_custom_metrics.md
Outdated
Show resolved
Hide resolved
content/en/database_monitoring/custom_metrics/exploring_custom_metrics.md
Outdated
Show resolved
Hide resolved
content/en/database_monitoring/custom_metrics/exploring_custom_metrics.md
Outdated
Show resolved
Hide resolved
content/en/database_monitoring/custom_metrics/exploring_custom_metrics.md
Outdated
Show resolved
Hide resolved
content/en/database_monitoring/custom_metrics/exploring_custom_metrics.md
Outdated
Show resolved
Hide resolved
…_metrics.md Co-authored-by: jeff-morgan-dd <jeff.morgan@datadoghq.com>
Co-authored-by: jeff-morgan-dd <jeff.morgan@datadoghq.com>
…_metrics.md Co-authored-by: jeff-morgan-dd <jeff.morgan@datadoghq.com>
…_metrics.md Co-authored-by: jeff-morgan-dd <jeff.morgan@datadoghq.com>
…_metrics.md Co-authored-by: jeff-morgan-dd <jeff.morgan@datadoghq.com>
jeff-morgan-dd
approved these changes
Apr 13, 2026
Contributor
jeff-morgan-dd
left a comment
There was a problem hiding this comment.
LGTM, thank you for the updates!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Adds a new
database_monitoring/custom_metrics/section with two pages:Collecting Custom Metrics (
_index.md)custom_queriesconfiguration option for the PostgreSQL, MySQL, and SQL Server integrationsmetric_prefix,query,columns, andtagsoptionscustom_queriesand thecustom_metricsperformance counter approachintegrations/Exploring Custom Metrics (
exploring_custom_metrics.md)Navigation and landing page
Merge instructions
Merge readiness:
Additional notes